Builld backend
A library that takes a source tree and builds a source distribution or built distribution from it. The build is delegated to the backend by a frontend. All backends offer a standardized interface.
Examples of build backends are flit’s flit-core, hatch’s hatchling, Maturin, meson-python, scikit-build-core, and Setuptools.
ビルドはフロントエンドによってバックエンドに委任されます。すべてのバックエンドは標準化されたインターフェースを提供します。
ビルドバックエンドの例としては、flit の flit-core、hatch の hatchling、Maturin、meson-python、scikit-build-core、Setuptools などがあります。